projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c000b0a
)
CriticalSection does not exist, it is CRITICAL_SECTION
author
Michael Schumacher
<schumaml@gmx.de>
Sat, 21 Nov 2009 17:11:23 +0000
(18:11 +0100)
committer
Michael Schumacher
<schumaml@gmx.de>
Sat, 21 Nov 2009 17:11:23 +0000
(18:11 +0100)
babl/babl-mutex.h
patch
|
blob
|
history
diff --git
a/babl/babl-mutex.h
b/babl/babl-mutex.h
index a73e480fdf4e880d5fcbcc2bc0980a20eb45526c..1636da3671b4357cce436dbb8e16b9b212f03317 100644
(file)
--- a/
babl/babl-mutex.h
+++ b/
babl/babl-mutex.h
@@
-27,7
+27,7
@@
#endif
#ifdef WIN32
- typedef C
riticalSection
BablMutex;
+ typedef C
RITICAL_SECTION
BablMutex;
#else
typedef pthread_mutex_t BablMutex;
#endif